ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DeferrableObservableCollection<T> Class
Properties Methods Events


In This Topic
    DeferrableObservableCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by DeferrableObservableCollection<T>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called).  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodPrevents raising events until the EndUpdate method is called.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodOverridden. Overrides the default behavior.  
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Top
    Protected Events
     NameDescription
    Protected Event (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Top
    See Also